home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / TGKI-109 / Games / manga_mania_coloring.swf / scripts / DefineSprite_146 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  212b  |  10 lines

  1. myColor = new Color(this);
  2. cVal = myColor.getRGB();
  3. palColor = new Color(_root.fude.pallet);
  4. this.onRelease = function()
  5. {
  6.    _root.fude.prevFrame();
  7.    palColor.setRGB(cVal);
  8.    _global.pVal = cVal;
  9. };
  10.